Find-Records-By-Sql names a function, with lambda list (TYPE SQL):
Find records of type TYPE by using the query SQL.
SQL must be a query of the form “SELECT * FROM table WHERE…”
Defined in file src/db/generic-db.lisp.